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(31.8817,-85.1469)};var g_58117f024e0ac0fc8953db5d5f64b136 = new google.maps.Geocoder();g_58117f024e0ac0fc8953db5d5f64b136.geocode( { 'address': "984 S Eufaula Ave, Eufaula, AL 36027, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('eufaula-AL-title-cash').style.display = '';map = new google.maps.Map(document.getElementById('eufaula-AL-title-cash'), mapOptions);}document.getElementById('9f21be5c').innerHTML += ' | View Map';var $l58117f024e0ac0fc8953db5d5f64b136 = '

Title Cash

Address: 984 S Eufaula Ave, Eufaula, AL 36027, USA
Phone: (334) 687-1828
';var m_58117f024e0ac0fc8953db5d5f64b136 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Title Cash',});m_58117f024e0ac0fc8953db5d5f64b136['infowindow'] = new google.maps.InfoWindow({content: $l58117f024e0ac0fc8953db5d5f64b136});var infowindow = new google.maps.InfoWindow({content: $l58117f024e0ac0fc8953db5d5f64b136});google.maps.event.addListener(m_58117f024e0ac0fc8953db5d5f64b136, 'click', function() {infowindow.open(map,m_58117f024e0ac0fc8953db5d5f64b136);});$marker.push(m_58117f024e0ac0fc8953db5d5f64b136);}});}google.maps.event.addDomListener(window, 'load', initialize);