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_01b223d5ef0f87d5e7583a0ff02f7c10 = new google.maps.Geocoder();g_01b223d5ef0f87d5e7583a0ff02f7c10.geocode( { 'address': "1001 Franklin Ave, Garden City, NY 11530"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('garden-city-NY-builders-bank').style.display = '';map = new google.maps.Map(document.getElementById('garden-city-NY-builders-bank'), mapOptions);}document.getElementById('d118f832').innerHTML += ' | View Map';var $l01b223d5ef0f87d5e7583a0ff02f7c10 = '

Builders Bank

Address: 1001 Franklin Ave, Garden City, NY 11530
Phone: (516) 333-9203
';var m_01b223d5ef0f87d5e7583a0ff02f7c10 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Builders Bank',});m_01b223d5ef0f87d5e7583a0ff02f7c10['infowindow'] = new google.maps.InfoWindow({content: $l01b223d5ef0f87d5e7583a0ff02f7c10});var infowindow = new google.maps.InfoWindow({content: $l01b223d5ef0f87d5e7583a0ff02f7c10});google.maps.event.addListener(m_01b223d5ef0f87d5e7583a0ff02f7c10, 'click', function() {infowindow.open(map,m_01b223d5ef0f87d5e7583a0ff02f7c10);});$marker.push(m_01b223d5ef0f87d5e7583a0ff02f7c10);}});}google.maps.event.addDomListener(window, 'load', initialize);