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.8458,-96.7111)};var g_997d42109766899107a54f6ed1559ad6 = new google.maps.Geocoder();g_997d42109766899107a54f6ed1559ad6.geocode( { 'address': "718 N Buckner Blvd # 104, Dallas, TX 75218, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-americash-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-americash-mortgage'), mapOptions);}document.getElementById('d29f1289').innerHTML += ' | View Map';var $l997d42109766899107a54f6ed1559ad6 = '

Americash Mortgage

Address: 718 N Buckner Blvd # 104, Dallas, TX 75218, USA
Phone: (214) 360-9991
';var m_997d42109766899107a54f6ed1559ad6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Americash Mortgage',});m_997d42109766899107a54f6ed1559ad6['infowindow'] = new google.maps.InfoWindow({content: $l997d42109766899107a54f6ed1559ad6});var infowindow = new google.maps.InfoWindow({content: $l997d42109766899107a54f6ed1559ad6});google.maps.event.addListener(m_997d42109766899107a54f6ed1559ad6, 'click', function() {infowindow.open(map,m_997d42109766899107a54f6ed1559ad6);});$marker.push(m_997d42109766899107a54f6ed1559ad6);}});}google.maps.event.addDomListener(window, 'load', initialize);