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.7192,-73.6889)};var g_5c2175a3590dd6dee78048d939a02caa = new google.maps.Geocoder();g_5c2175a3590dd6dee78048d939a02caa.geocode( { 'address': "1055 Franklin Ave, Garden City, NY 11530"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('garden-city-NY-community-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('garden-city-NY-community-national-bank'), mapOptions);}document.getElementById('f4c2b984').innerHTML += ' | View Map';var $l5c2175a3590dd6dee78048d939a02caa = '

Community National Bank

Address: 1055 Franklin Ave, Garden City, NY 11530
Phone: (516) 248-1501
';var m_5c2175a3590dd6dee78048d939a02caa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community National Bank',});m_5c2175a3590dd6dee78048d939a02caa['infowindow'] = new google.maps.InfoWindow({content: $l5c2175a3590dd6dee78048d939a02caa});var infowindow = new google.maps.InfoWindow({content: $l5c2175a3590dd6dee78048d939a02caa});google.maps.event.addListener(m_5c2175a3590dd6dee78048d939a02caa, 'click', function() {infowindow.open(map,m_5c2175a3590dd6dee78048d939a02caa);});$marker.push(m_5c2175a3590dd6dee78048d939a02caa);}});}google.maps.event.addDomListener(window, 'load', initialize);