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.8215,-96.8644)};var g_1dfa9eb2596ce4ded4c339367fb96cf7 = new google.maps.Geocoder();g_1dfa9eb2596ce4ded4c339367fb96cf7.geocode( { 'address': "1420 W Mockingbird Ln, Dallas, TX 75247, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-american-business-lending-inc').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-american-business-lending-inc'), mapOptions);}document.getElementById('23dd669d').innerHTML += ' | View Map';var $l1dfa9eb2596ce4ded4c339367fb96cf7 = '

American Business Lending Inc

Address: 1420 W Mockingbird Ln, Dallas, TX 75247, USA
Phone: (214) 580-8660
';var m_1dfa9eb2596ce4ded4c339367fb96cf7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Business Lending Inc',});m_1dfa9eb2596ce4ded4c339367fb96cf7['infowindow'] = new google.maps.InfoWindow({content: $l1dfa9eb2596ce4ded4c339367fb96cf7});var infowindow = new google.maps.InfoWindow({content: $l1dfa9eb2596ce4ded4c339367fb96cf7});google.maps.event.addListener(m_1dfa9eb2596ce4ded4c339367fb96cf7, 'click', function() {infowindow.open(map,m_1dfa9eb2596ce4ded4c339367fb96cf7);});$marker.push(m_1dfa9eb2596ce4ded4c339367fb96cf7);}});}google.maps.event.addDomListener(window, 'load', initialize);