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.7046,-96.8404)};var g_daf92d2c8eefbb2c0845e9715a4e2ac9 = new google.maps.Geocoder();g_daf92d2c8eefbb2c0845e9715a4e2ac9.geocode( { 'address': "3287 S Polk St, Dallas, TX 75224, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-money-mart').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-money-mart'), mapOptions);}document.getElementById('4fe8d8a8').innerHTML += ' | View Map';var $ldaf92d2c8eefbb2c0845e9715a4e2ac9 = '

Money Mart

Address: 3287 S Polk St, Dallas, TX 75224, USA
Phone: (214) 371-2274
';var m_daf92d2c8eefbb2c0845e9715a4e2ac9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Money Mart',});m_daf92d2c8eefbb2c0845e9715a4e2ac9['infowindow'] = new google.maps.InfoWindow({content: $ldaf92d2c8eefbb2c0845e9715a4e2ac9});var infowindow = new google.maps.InfoWindow({content: $ldaf92d2c8eefbb2c0845e9715a4e2ac9});google.maps.event.addListener(m_daf92d2c8eefbb2c0845e9715a4e2ac9, 'click', function() {infowindow.open(map,m_daf92d2c8eefbb2c0845e9715a4e2ac9);});$marker.push(m_daf92d2c8eefbb2c0845e9715a4e2ac9);}});}google.maps.event.addDomListener(window, 'load', initialize);