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.5933,-84.1757)};var g_3b6edb392549bd336e0b53886d841442 = new google.maps.Geocoder();g_3b6edb392549bd336e0b53886d841442.geocode( { 'address': "1200 N Slappey Blvd, Albany, GA 31701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albany-GA-cash-express').style.display = '';map = new google.maps.Map(document.getElementById('albany-GA-cash-express'), mapOptions);}document.getElementById('54f7d9c9').innerHTML += ' | View Map';var $l3b6edb392549bd336e0b53886d841442 = '

Cash Express

Address: 1200 N Slappey Blvd, Albany, GA 31701, USA
Phone: (229) 888-4151
';var m_3b6edb392549bd336e0b53886d841442 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash Express',});m_3b6edb392549bd336e0b53886d841442['infowindow'] = new google.maps.InfoWindow({content: $l3b6edb392549bd336e0b53886d841442});var infowindow = new google.maps.InfoWindow({content: $l3b6edb392549bd336e0b53886d841442});google.maps.event.addListener(m_3b6edb392549bd336e0b53886d841442, 'click', function() {infowindow.open(map,m_3b6edb392549bd336e0b53886d841442);});$marker.push(m_3b6edb392549bd336e0b53886d841442);}});}google.maps.event.addDomListener(window, 'load', initialize);