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.8258,-96.8211)};var g_369812bbe7d0a722cb664e4c6f43b4f0 = new google.maps.Geocoder();g_369812bbe7d0a722cb664e4c6f43b4f0.geocode( { 'address': "5200 Lemmon Ave #106, Dallas, TX 75209, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-cashmax-title--loan').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-cashmax-title--loan'), mapOptions);}document.getElementById('c98220e0').innerHTML += ' | View Map';var $l369812bbe7d0a722cb664e4c6f43b4f0 = '

CashMax Title & Loan

Address: 5200 Lemmon Ave #106, Dallas, TX 75209, USA
Phone: (214) 390-2282
';var m_369812bbe7d0a722cb664e4c6f43b4f0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CashMax Title & Loan',});m_369812bbe7d0a722cb664e4c6f43b4f0['infowindow'] = new google.maps.InfoWindow({content: $l369812bbe7d0a722cb664e4c6f43b4f0});var infowindow = new google.maps.InfoWindow({content: $l369812bbe7d0a722cb664e4c6f43b4f0});google.maps.event.addListener(m_369812bbe7d0a722cb664e4c6f43b4f0, 'click', function() {infowindow.open(map,m_369812bbe7d0a722cb664e4c6f43b4f0);});$marker.push(m_369812bbe7d0a722cb664e4c6f43b4f0);}});}google.maps.event.addDomListener(window, 'load', initialize);