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.7872,-96.7985)};var g_fabf505237b2b16db630c7e1f69bcfdb = new google.maps.Geocoder();g_fabf505237b2b16db630c7e1f69bcfdb.geocode( { 'address': "2828 N Harwood St, Dallas, TX 75201"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-commerce-bank-texas').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-commerce-bank-texas'), mapOptions);}document.getElementById('2178727b').innerHTML += ' | View Map';var $lfabf505237b2b16db630c7e1f69bcfdb = '

Commerce Bank Texas

Address: 2828 N Harwood St, Dallas, TX 75201
Phone: (214) 468-9088
';var m_fabf505237b2b16db630c7e1f69bcfdb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Commerce Bank Texas',});m_fabf505237b2b16db630c7e1f69bcfdb['infowindow'] = new google.maps.InfoWindow({content: $lfabf505237b2b16db630c7e1f69bcfdb});var infowindow = new google.maps.InfoWindow({content: $lfabf505237b2b16db630c7e1f69bcfdb});google.maps.event.addListener(m_fabf505237b2b16db630c7e1f69bcfdb, 'click', function() {infowindow.open(map,m_fabf505237b2b16db630c7e1f69bcfdb);});$marker.push(m_fabf505237b2b16db630c7e1f69bcfdb);}});}google.maps.event.addDomListener(window, 'load', initialize);