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.8653,-90.3939)};var g_6550366b570a9c31455d38480db6461d = new google.maps.Geocoder();g_6550366b570a9c31455d38480db6461d.geocode( { 'address': "1569 Jerry Clower Blvd N, Yazoo City, MS 39194, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('yazoo-city-MS-cash-to-go').style.display = '';map = new google.maps.Map(document.getElementById('yazoo-city-MS-cash-to-go'), mapOptions);}document.getElementById('b0ae04fa').innerHTML += ' | View Map';var $l6550366b570a9c31455d38480db6461d = '

Cash to Go

Address: 1569 Jerry Clower Blvd N, Yazoo City, MS 39194, USA
Phone: (662) 746-7700
';var m_6550366b570a9c31455d38480db6461d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash to Go',});m_6550366b570a9c31455d38480db6461d['infowindow'] = new google.maps.InfoWindow({content: $l6550366b570a9c31455d38480db6461d});var infowindow = new google.maps.InfoWindow({content: $l6550366b570a9c31455d38480db6461d});google.maps.event.addListener(m_6550366b570a9c31455d38480db6461d, 'click', function() {infowindow.open(map,m_6550366b570a9c31455d38480db6461d);});$marker.push(m_6550366b570a9c31455d38480db6461d);}});}google.maps.event.addDomListener(window, 'load', initialize);