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.8099,-73.1795)};var g_dcdfa48a77fd3c4404df99fa246c851b = new google.maps.Geocoder();g_dcdfa48a77fd3c4404df99fa246c851b.geocode( { 'address': "1707 Veterans Hwy, Islandia, NY 11749"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('islandia-NY-empire-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('islandia-NY-empire-national-bank'), mapOptions);}document.getElementById('f2fce7a8').innerHTML += ' | View Map';var $ldcdfa48a77fd3c4404df99fa246c851b = '

Empire National Bank

Address: 1707 Veterans Hwy, Islandia, NY 11749
Phone: (631) 348-4444
';var m_dcdfa48a77fd3c4404df99fa246c851b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Empire National Bank',});m_dcdfa48a77fd3c4404df99fa246c851b['infowindow'] = new google.maps.InfoWindow({content: $ldcdfa48a77fd3c4404df99fa246c851b});var infowindow = new google.maps.InfoWindow({content: $ldcdfa48a77fd3c4404df99fa246c851b});google.maps.event.addListener(m_dcdfa48a77fd3c4404df99fa246c851b, 'click', function() {infowindow.open(map,m_dcdfa48a77fd3c4404df99fa246c851b);});$marker.push(m_dcdfa48a77fd3c4404df99fa246c851b);}});}google.maps.event.addDomListener(window, 'load', initialize);