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.9909,-96.9747)};var g_59ccb5def47a16535f3558b5777213df = new google.maps.Geocoder();g_59ccb5def47a16535f3558b5777213df.geocode( { 'address': "851 N MacArthur Blvd, Coppell, TX 75019, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('coppell-TX-bank-of-texas').style.display = '';map = new google.maps.Map(document.getElementById('coppell-TX-bank-of-texas'), mapOptions);}document.getElementById('ba8ada17').innerHTML += ' | View Map';var $l59ccb5def47a16535f3558b5777213df = '

Bank of Texas

Address: 851 N MacArthur Blvd, Coppell, TX 75019, USA
Phone: (214) 488-6295
';var m_59ccb5def47a16535f3558b5777213df = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of Texas',});m_59ccb5def47a16535f3558b5777213df['infowindow'] = new google.maps.InfoWindow({content: $l59ccb5def47a16535f3558b5777213df});var infowindow = new google.maps.InfoWindow({content: $l59ccb5def47a16535f3558b5777213df});google.maps.event.addListener(m_59ccb5def47a16535f3558b5777213df, 'click', function() {infowindow.open(map,m_59ccb5def47a16535f3558b5777213df);});$marker.push(m_59ccb5def47a16535f3558b5777213df);}});}google.maps.event.addDomListener(window, 'load', initialize);