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.6071,-96.8221)};var g_2d3da83a2ea25a2a59858deb7ff9c68e = new google.maps.Geocoder();g_2d3da83a2ea25a2a59858deb7ff9c68e.geocode( { 'address': "1504 North I-35, Lancaster, TX 75134, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lancaster-TX-cliffs-check-cashing-33').style.display = '';map = new google.maps.Map(document.getElementById('lancaster-TX-cliffs-check-cashing-33'), mapOptions);}document.getElementById('4cf7bf2b').innerHTML += ' | View Map';var $l2d3da83a2ea25a2a59858deb7ff9c68e = '

Cliff's Check Cashing #33

Address: 1504 North I-35, Lancaster, TX 75134, USA
Phone: (972) 224-3627
';var m_2d3da83a2ea25a2a59858deb7ff9c68e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cliff's Check Cashing #33',});m_2d3da83a2ea25a2a59858deb7ff9c68e['infowindow'] = new google.maps.InfoWindow({content: $l2d3da83a2ea25a2a59858deb7ff9c68e});var infowindow = new google.maps.InfoWindow({content: $l2d3da83a2ea25a2a59858deb7ff9c68e});google.maps.event.addListener(m_2d3da83a2ea25a2a59858deb7ff9c68e, 'click', function() {infowindow.open(map,m_2d3da83a2ea25a2a59858deb7ff9c68e);});$marker.push(m_2d3da83a2ea25a2a59858deb7ff9c68e);}});}google.maps.event.addDomListener(window, 'load', initialize);