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

Texas Capital Bank

Address: 1122 Franklin Ave, Garden City, NY 11530
Phone: (516) 535-6300
';var m_6aa555da3294543414fc984733dec0fb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Texas Capital Bank',});m_6aa555da3294543414fc984733dec0fb['infowindow'] = new google.maps.InfoWindow({content: $l6aa555da3294543414fc984733dec0fb});var infowindow = new google.maps.InfoWindow({content: $l6aa555da3294543414fc984733dec0fb});google.maps.event.addListener(m_6aa555da3294543414fc984733dec0fb, 'click', function() {infowindow.open(map,m_6aa555da3294543414fc984733dec0fb);});$marker.push(m_6aa555da3294543414fc984733dec0fb);}});var g_4dd5a9430a92d35a1f18622156718406 = new google.maps.Geocoder();g_4dd5a9430a92d35a1f18622156718406.geocode( { 'address': "1010 Franklin Ave, Garden City, NY 11530"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('garden-city-NY-texas-capital-bank').style.display = '';map = new google.maps.Map(document.getElementById('garden-city-NY-texas-capital-bank'), mapOptions);}document.getElementById('a6ccb346').innerHTML += ' | View Map';var $l4dd5a9430a92d35a1f18622156718406 = '

Texas Capital Bank

Address: 1010 Franklin Ave, Garden City, NY 11530
Phone: (516) 240-2025
';var m_4dd5a9430a92d35a1f18622156718406 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Texas Capital Bank',});m_4dd5a9430a92d35a1f18622156718406['infowindow'] = new google.maps.InfoWindow({content: $l4dd5a9430a92d35a1f18622156718406});var infowindow = new google.maps.InfoWindow({content: $l4dd5a9430a92d35a1f18622156718406});google.maps.event.addListener(m_4dd5a9430a92d35a1f18622156718406, 'click', function() {infowindow.open(map,m_4dd5a9430a92d35a1f18622156718406);});$marker.push(m_4dd5a9430a92d35a1f18622156718406);}});}google.maps.event.addDomListener(window, 'load', initialize);