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_313a1b61941e68378c5c7e184b03d22f = new google.maps.Geocoder();g_313a1b61941e68378c5c7e184b03d22f.geocode( { 'address': "1222 N Bishop Ave, Dallas, TX 75208"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-comerica-bank-bishop-co-branch').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-comerica-bank-bishop-co-branch'), mapOptions);}document.getElementById('f3ec257b').innerHTML += ' | View Map';var $l313a1b61941e68378c5c7e184b03d22f = '

Comerica Bank-Bishop-Co Branch

Address: 1222 N Bishop Ave, Dallas, TX 75208
Phone: (214) 944-3539
';var m_313a1b61941e68378c5c7e184b03d22f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Comerica Bank-Bishop-Co Branch',});m_313a1b61941e68378c5c7e184b03d22f['infowindow'] = new google.maps.InfoWindow({content: $l313a1b61941e68378c5c7e184b03d22f});var infowindow = new google.maps.InfoWindow({content: $l313a1b61941e68378c5c7e184b03d22f});google.maps.event.addListener(m_313a1b61941e68378c5c7e184b03d22f, 'click', function() {infowindow.open(map,m_313a1b61941e68378c5c7e184b03d22f);});$marker.push(m_313a1b61941e68378c5c7e184b03d22f);}});}google.maps.event.addDomListener(window, 'load', initialize);