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.7453,-73.6411)};var g_a530271b32d4cca7b2817af7bc0de0db = new google.maps.Geocoder();g_a530271b32d4cca7b2817af7bc0de0db.geocode( { 'address': "170 Old Country Rd, Mineola, NY 11501"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mineola-NY-empire-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('mineola-NY-empire-national-bank'), mapOptions);}document.getElementById('3f7326f0').innerHTML += ' | View Map';var $la530271b32d4cca7b2817af7bc0de0db = '

Empire National Bank

Address: 170 Old Country Rd, Mineola, NY 11501
Phone: (516) 741-0444
';var m_a530271b32d4cca7b2817af7bc0de0db = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Empire National Bank',});m_a530271b32d4cca7b2817af7bc0de0db['infowindow'] = new google.maps.InfoWindow({content: $la530271b32d4cca7b2817af7bc0de0db});var infowindow = new google.maps.InfoWindow({content: $la530271b32d4cca7b2817af7bc0de0db});google.maps.event.addListener(m_a530271b32d4cca7b2817af7bc0de0db, 'click', function() {infowindow.open(map,m_a530271b32d4cca7b2817af7bc0de0db);});$marker.push(m_a530271b32d4cca7b2817af7bc0de0db);}});}google.maps.event.addDomListener(window, 'load', initialize);