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(32.9327,-97.0831)};var g_cd8858e231c5399afca9b626fd4c7ea9 = new google.maps.Geocoder();g_cd8858e231c5399afca9b626fd4c7ea9.geocode( { 'address': "750 W Dallas Rd, Grapevine, TX 76051, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grapevine-TX-legacytexas-bank').style.display = '';map = new google.maps.Map(document.getElementById('grapevine-TX-legacytexas-bank'), mapOptions);}document.getElementById('e3bfefb9').innerHTML += ' | View Map';var $lcd8858e231c5399afca9b626fd4c7ea9 = '

LegacyTexas Bank

Address: 750 W Dallas Rd, Grapevine, TX 76051, USA
Phone: (817) 287-5630
';var m_cd8858e231c5399afca9b626fd4c7ea9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'LegacyTexas Bank',});m_cd8858e231c5399afca9b626fd4c7ea9['infowindow'] = new google.maps.InfoWindow({content: $lcd8858e231c5399afca9b626fd4c7ea9});var infowindow = new google.maps.InfoWindow({content: $lcd8858e231c5399afca9b626fd4c7ea9});google.maps.event.addListener(m_cd8858e231c5399afca9b626fd4c7ea9, 'click', function() {infowindow.open(map,m_cd8858e231c5399afca9b626fd4c7ea9);});$marker.push(m_cd8858e231c5399afca9b626fd4c7ea9);}});}google.maps.event.addDomListener(window, 'load', initialize);