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.9662,-96.8206)};var g_80186cfa9ec09b1e139c4c9bd7e69287 = new google.maps.Geocoder();g_80186cfa9ec09b1e139c4c9bd7e69287.geocode( { 'address': "15950 Dallas Pkwy #400, Dallas, TX 75248, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-bank-of-the-west'), mapOptions);}document.getElementById('9fc2fa66').innerHTML += ' | View Map';var $l80186cfa9ec09b1e139c4c9bd7e69287 = '

Bank of the West

Address: 15950 Dallas Pkwy #400, Dallas, TX 75248, USA
Phone: (800) 400-2781
';var m_80186cfa9ec09b1e139c4c9bd7e69287 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_80186cfa9ec09b1e139c4c9bd7e69287['infowindow'] = new google.maps.InfoWindow({content: $l80186cfa9ec09b1e139c4c9bd7e69287});var infowindow = new google.maps.InfoWindow({content: $l80186cfa9ec09b1e139c4c9bd7e69287});google.maps.event.addListener(m_80186cfa9ec09b1e139c4c9bd7e69287, 'click', function() {infowindow.open(map,m_80186cfa9ec09b1e139c4c9bd7e69287);});$marker.push(m_80186cfa9ec09b1e139c4c9bd7e69287);}});}google.maps.event.addDomListener(window, 'load', initialize);