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.1366,-76.1295)};var g_61e59d214d789a7929b3552846728e36 = new google.maps.Geocoder();g_61e59d214d789a7929b3552846728e36.geocode( { 'address': "201 N Main St, North Syracuse, NY 13212, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-syracuse-NY-seneca-savings').style.display = '';map = new google.maps.Map(document.getElementById('north-syracuse-NY-seneca-savings'), mapOptions);}document.getElementById('d56d71a5').innerHTML += ' | View Map';var $l61e59d214d789a7929b3552846728e36 = '

Seneca Savings

Address: 201 N Main St, North Syracuse, NY 13212, USA
Phone: (315) 458-6543
';var m_61e59d214d789a7929b3552846728e36 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Seneca Savings',});m_61e59d214d789a7929b3552846728e36['infowindow'] = new google.maps.InfoWindow({content: $l61e59d214d789a7929b3552846728e36});var infowindow = new google.maps.InfoWindow({content: $l61e59d214d789a7929b3552846728e36});google.maps.event.addListener(m_61e59d214d789a7929b3552846728e36, 'click', function() {infowindow.open(map,m_61e59d214d789a7929b3552846728e36);});$marker.push(m_61e59d214d789a7929b3552846728e36);}});}google.maps.event.addDomListener(window, 'load', initialize);