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(43.2805,-73.63)};var g_408a0cf99c0f39e608e22e2d6293e895 = new google.maps.Geocoder();g_408a0cf99c0f39e608e22e2d6293e895.geocode( { 'address': "103 Main St, South Glens Falls, NY 12803"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-glens-falls-NY-usi-insurance-services-llc').style.display = '';map = new google.maps.Map(document.getElementById('south-glens-falls-NY-usi-insurance-services-llc'), mapOptions);}document.getElementById('a0dcf409').innerHTML += ' | View Map';var $l408a0cf99c0f39e608e22e2d6293e895 = '

USI Insurance Services LLC

Address: 103 Main St, South Glens Falls, NY 12803
Phone: (800) 723-2877
';var m_408a0cf99c0f39e608e22e2d6293e895 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'USI Insurance Services LLC',});m_408a0cf99c0f39e608e22e2d6293e895['infowindow'] = new google.maps.InfoWindow({content: $l408a0cf99c0f39e608e22e2d6293e895});var infowindow = new google.maps.InfoWindow({content: $l408a0cf99c0f39e608e22e2d6293e895});google.maps.event.addListener(m_408a0cf99c0f39e608e22e2d6293e895, 'click', function() {infowindow.open(map,m_408a0cf99c0f39e608e22e2d6293e895);});$marker.push(m_408a0cf99c0f39e608e22e2d6293e895);}});}google.maps.event.addDomListener(window, 'load', initialize);