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.9237,-96.8023)};var g_c91b78186d3ba465a53f1d9c2be48c49 = new google.maps.Geocoder();g_c91b78186d3ba465a53f1d9c2be48c49.geocode( { 'address': "12900 Preston Rd # 101, Dallas, TX 75230, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-north-dallas-bank-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-north-dallas-bank-mortgage'), mapOptions);}document.getElementById('5a5f02eb').innerHTML += ' | View Map';var $lc91b78186d3ba465a53f1d9c2be48c49 = '

North Dallas Bank Mortgage

Address: 12900 Preston Rd # 101, Dallas, TX 75230, USA
Phone: (972) 716-7379
';var m_c91b78186d3ba465a53f1d9c2be48c49 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'North Dallas Bank Mortgage',});m_c91b78186d3ba465a53f1d9c2be48c49['infowindow'] = new google.maps.InfoWindow({content: $lc91b78186d3ba465a53f1d9c2be48c49});var infowindow = new google.maps.InfoWindow({content: $lc91b78186d3ba465a53f1d9c2be48c49});google.maps.event.addListener(m_c91b78186d3ba465a53f1d9c2be48c49, 'click', function() {infowindow.open(map,m_c91b78186d3ba465a53f1d9c2be48c49);});$marker.push(m_c91b78186d3ba465a53f1d9c2be48c49);}});}google.maps.event.addDomListener(window, 'load', initialize);