var plugtype = []; plugtype["Unknown"] = "1"; plugtype["u230V_f1_i16A_blue_cee"] = "2"; plugtype["u380_400V_f3_i16A_red_cee"] = "4"; plugtype["u230V_1f_i10A_ground"] = "8"; plugtype["u230V_1f_i10A_noground"] = "16"; plugtype["u380_400V_f3_i32A_red_cee"] = "32"; plugtype["Marechal"] = "64"; var plugsShown = plugtype["Unknown"]|plugtype["u230V_f1_i16A_blue_cee"]|plugtype["u380_400V_f3_i16A_red_cee"]|plugtype["u230V_1f_i10A_ground"]|plugtype["u230V_1f_i10A_noground"]|plugtype["u380_400V_f3_i32A_red_cee"]|plugtype["Marechal"]; var unknownIconUrl = "http://www.google.com/intl/en_us/mapfiles/ms/micons/red-dot.png"; var activeIconUrl = "http://www.google.com/intl/en_us/mapfiles/ms/micons/green-dot.png"; var closedIconUrl = "http://maps.google.com/intl/en_us/mapfiles/ms/micons/ltblue-dot.png"; var temporaryIconUrl = "http://www.google.com/intl/en_us/mapfiles/ms/micons/yellow-dot.png"; var innoficialIconUrl = "http://www.google.com/intl/en_us/mapfiles/ms/micons/orange-dot.png"; var defaultIconUrl = "http://www.google.com/intl/en_us/mapfiles/ms/micons/red-dot.png";