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()};var g_c6f272198f6f6dd8aa7d0522dbbf789c = new google.maps.Geocoder();g_c6f272198f6f6dd8aa7d0522dbbf789c.geocode( { 'address': "3820 Dewey Ave, Greece, NY 14616"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greece-NY-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('greece-NY-citizens-bank'), mapOptions);}document.getElementById('e3de123b').innerHTML += ' | View Map';var $lc6f272198f6f6dd8aa7d0522dbbf789c = '

Citizens Bank

Address: 3820 Dewey Ave, Greece, NY 14616
Phone: (585) 865-5150
';var m_c6f272198f6f6dd8aa7d0522dbbf789c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_c6f272198f6f6dd8aa7d0522dbbf789c['infowindow'] = new google.maps.InfoWindow({content: $lc6f272198f6f6dd8aa7d0522dbbf789c});var infowindow = new google.maps.InfoWindow({content: $lc6f272198f6f6dd8aa7d0522dbbf789c});google.maps.event.addListener(m_c6f272198f6f6dd8aa7d0522dbbf789c, 'click', function() {infowindow.open(map,m_c6f272198f6f6dd8aa7d0522dbbf789c);});$marker.push(m_c6f272198f6f6dd8aa7d0522dbbf789c);}});}google.maps.event.addDomListener(window, 'load', initialize);