var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(38.5376,-89.9833)};var g_a770a6acec568e3fe0c9624d709f2fde = new google.maps.Geocoder();g_a770a6acec568e3fe0c9624d709f2fde.geocode( { 'address': "2301 N Illinois St, Swansea, IL 62226, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('swansea-IL-weiss-insurance-swansea').style.display = '';map = new google.maps.Map(document.getElementById('swansea-IL-weiss-insurance-swansea'), mapOptions);}document.getElementById('0fcfcf59').innerHTML += ' | View Map';var $la770a6acec568e3fe0c9624d709f2fde = '

Weiss Insurance Swansea

Address: 2301 N Illinois St, Swansea, IL 62226, USA
Phone: (314) 892-0833
';var m_a770a6acec568e3fe0c9624d709f2fde = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Weiss Insurance Swansea',});m_a770a6acec568e3fe0c9624d709f2fde['infowindow'] = new google.maps.InfoWindow({content: $la770a6acec568e3fe0c9624d709f2fde});var infowindow = new google.maps.InfoWindow({content: $la770a6acec568e3fe0c9624d709f2fde});google.maps.event.addListener(m_a770a6acec568e3fe0c9624d709f2fde, 'click', function() {infowindow.open(map,m_a770a6acec568e3fe0c9624d709f2fde);});$marker.push(m_a770a6acec568e3fe0c9624d709f2fde);}});}google.maps.event.addDomListener(window, 'load', initialize);