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.6988,-78.9854)};var g_72c12c6ea840a914b0c6ccff39d87144 = new google.maps.Geocoder();g_72c12c6ea840a914b0c6ccff39d87144.geocode( { 'address': "6914 N Erie Rd, Derby, NY 14047, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('derby-NY-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('derby-NY-citizens-bank'), mapOptions);}document.getElementById('8d20dd20').innerHTML += ' | View Map';var $l72c12c6ea840a914b0c6ccff39d87144 = '

Citizens Bank

Address: 6914 N Erie Rd, Derby, NY 14047, USA
Phone: (716) 947-2044
';var m_72c12c6ea840a914b0c6ccff39d87144 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_72c12c6ea840a914b0c6ccff39d87144['infowindow'] = new google.maps.InfoWindow({content: $l72c12c6ea840a914b0c6ccff39d87144});var infowindow = new google.maps.InfoWindow({content: $l72c12c6ea840a914b0c6ccff39d87144});google.maps.event.addListener(m_72c12c6ea840a914b0c6ccff39d87144, 'click', function() {infowindow.open(map,m_72c12c6ea840a914b0c6ccff39d87144);});$marker.push(m_72c12c6ea840a914b0c6ccff39d87144);}});}google.maps.event.addDomListener(window, 'load', initialize);