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(40.9466,-72.9952)};var g_4671aeaf49c792689533b00664a5c3ef = new google.maps.Geocoder();g_4671aeaf49c792689533b00664a5c3ef.geocode( { 'address': "385 Route 25a, Miller Place, NY 11764"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miller-place-NY-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('miller-place-NY-citizens-bank'), mapOptions);}document.getElementById('ae63b0fd').innerHTML += ' | View Map';var $l4671aeaf49c792689533b00664a5c3ef = '

Citizens Bank

Address: 385 Route 25a, Miller Place, NY 11764
Phone: (631) 642-3610
';var m_4671aeaf49c792689533b00664a5c3ef = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_4671aeaf49c792689533b00664a5c3ef['infowindow'] = new google.maps.InfoWindow({content: $l4671aeaf49c792689533b00664a5c3ef});var infowindow = new google.maps.InfoWindow({content: $l4671aeaf49c792689533b00664a5c3ef});google.maps.event.addListener(m_4671aeaf49c792689533b00664a5c3ef, 'click', function() {infowindow.open(map,m_4671aeaf49c792689533b00664a5c3ef);});$marker.push(m_4671aeaf49c792689533b00664a5c3ef);}});}google.maps.event.addDomListener(window, 'load', initialize);