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.7926,-96.7472)};var g_8cf6517690fea7c336e6bb5c99f41c15 = new google.maps.Geocoder();g_8cf6517690fea7c336e6bb5c99f41c15.geocode( { 'address': "2726 Samuell Blvd, Dallas, TX 75223, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-cliffs-check-cashing-12').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-cliffs-check-cashing-12'), mapOptions);}document.getElementById('2a2d0d06').innerHTML += ' | View Map';var $l8cf6517690fea7c336e6bb5c99f41c15 = '

Cliff's Check Cashing #12

Address: 2726 Samuell Blvd, Dallas, TX 75223, USA
Phone: (214) 827-2543
';var m_8cf6517690fea7c336e6bb5c99f41c15 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cliff's Check Cashing #12',});m_8cf6517690fea7c336e6bb5c99f41c15['infowindow'] = new google.maps.InfoWindow({content: $l8cf6517690fea7c336e6bb5c99f41c15});var infowindow = new google.maps.InfoWindow({content: $l8cf6517690fea7c336e6bb5c99f41c15});google.maps.event.addListener(m_8cf6517690fea7c336e6bb5c99f41c15, 'click', function() {infowindow.open(map,m_8cf6517690fea7c336e6bb5c99f41c15);});$marker.push(m_8cf6517690fea7c336e6bb5c99f41c15);}});}google.maps.event.addDomListener(window, 'load', initialize);