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.1311,-77.4396)};var g_458b26240c44a37ae22524cca5ff1213 = new google.maps.Geocoder();g_458b26240c44a37ae22524cca5ff1213.geocode( { 'address': "2200 Penfield Rd, Penfield, NY 14526, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('penfield-NY-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('penfield-NY-citizens-bank'), mapOptions);}document.getElementById('b6fcd118').innerHTML += ' | View Map';var $l458b26240c44a37ae22524cca5ff1213 = '

Citizens Bank

Address: 2200 Penfield Rd, Penfield, NY 14526, USA
Phone: (585) 377-2330
';var m_458b26240c44a37ae22524cca5ff1213 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_458b26240c44a37ae22524cca5ff1213['infowindow'] = new google.maps.InfoWindow({content: $l458b26240c44a37ae22524cca5ff1213});var infowindow = new google.maps.InfoWindow({content: $l458b26240c44a37ae22524cca5ff1213});google.maps.event.addListener(m_458b26240c44a37ae22524cca5ff1213, 'click', function() {infowindow.open(map,m_458b26240c44a37ae22524cca5ff1213);});$marker.push(m_458b26240c44a37ae22524cca5ff1213);}});}google.maps.event.addDomListener(window, 'load', initialize);