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(42.8142,-73.9396)};var g_32579a7124f2312efe43feef38a0b97b = new google.maps.Geocoder();g_32579a7124f2312efe43feef38a0b97b.geocode( { 'address': "Schenectady, NY 12309, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('schenectady-NY-services-financial').style.display = '';map = new google.maps.Map(document.getElementById('schenectady-NY-services-financial'), mapOptions);}document.getElementById('57e05a37').innerHTML += ' | View Map';var $l32579a7124f2312efe43feef38a0b97b = '

Services Financial

Address: Schenectady, NY 12309, USA
Phone: (518) 377-7323
';var m_32579a7124f2312efe43feef38a0b97b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Services Financial',});m_32579a7124f2312efe43feef38a0b97b['infowindow'] = new google.maps.InfoWindow({content: $l32579a7124f2312efe43feef38a0b97b});var infowindow = new google.maps.InfoWindow({content: $l32579a7124f2312efe43feef38a0b97b});google.maps.event.addListener(m_32579a7124f2312efe43feef38a0b97b, 'click', function() {infowindow.open(map,m_32579a7124f2312efe43feef38a0b97b);});$marker.push(m_32579a7124f2312efe43feef38a0b97b);}});}google.maps.event.addDomListener(window, 'load', initialize);