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.1606,-75.9845)};var g_d130125b5bba8462ae017c93319b79fd = new google.maps.Geocoder();g_d130125b5bba8462ae017c93319b79fd.geocode( { 'address': "352 State Route 31, Bridgeport, NY 13030"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bridgeport-NY-state-bank-of-chittenango').style.display = '';map = new google.maps.Map(document.getElementById('bridgeport-NY-state-bank-of-chittenango'), mapOptions);}document.getElementById('b8e2d945').innerHTML += ' | View Map';var $ld130125b5bba8462ae017c93319b79fd = '

State Bank Of Chittenango

Address: 352 State Route 31, Bridgeport, NY 13030
Phone: (315) 633-5796
';var m_d130125b5bba8462ae017c93319b79fd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Bank Of Chittenango',});m_d130125b5bba8462ae017c93319b79fd['infowindow'] = new google.maps.InfoWindow({content: $ld130125b5bba8462ae017c93319b79fd});var infowindow = new google.maps.InfoWindow({content: $ld130125b5bba8462ae017c93319b79fd});google.maps.event.addListener(m_d130125b5bba8462ae017c93319b79fd, 'click', function() {infowindow.open(map,m_d130125b5bba8462ae017c93319b79fd);});$marker.push(m_d130125b5bba8462ae017c93319b79fd);}});}google.maps.event.addDomListener(window, 'load', initialize);