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.5619,-85.5053)};var g_c5b8e3e2a8bcd0acbae6160cb92f5439 = new google.maps.Geocoder();g_c5b8e3e2a8bcd0acbae6160cb92f5439.geocode( { 'address': "2328 S College St Unit 1A, Auburn, AL 36832, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('auburn-AL-express-check-advance').style.display = '';map = new google.maps.Map(document.getElementById('auburn-AL-express-check-advance'), mapOptions);}document.getElementById('369457b4').innerHTML += ' | View Map';var $lc5b8e3e2a8bcd0acbae6160cb92f5439 = '

Express Check Advance

Address: 2328 S College St Unit 1A, Auburn, AL 36832, USA
Phone: (334) 821-6908
';var m_c5b8e3e2a8bcd0acbae6160cb92f5439 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Express Check Advance',});m_c5b8e3e2a8bcd0acbae6160cb92f5439['infowindow'] = new google.maps.InfoWindow({content: $lc5b8e3e2a8bcd0acbae6160cb92f5439});var infowindow = new google.maps.InfoWindow({content: $lc5b8e3e2a8bcd0acbae6160cb92f5439});google.maps.event.addListener(m_c5b8e3e2a8bcd0acbae6160cb92f5439, 'click', function() {infowindow.open(map,m_c5b8e3e2a8bcd0acbae6160cb92f5439);});$marker.push(m_c5b8e3e2a8bcd0acbae6160cb92f5439);}});}google.maps.event.addDomListener(window, 'load', initialize);