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(40.1688,-122.23)};var g_febc07cfc3cca3cfa14674c6f3cf0aaf = new google.maps.Geocoder();g_febc07cfc3cca3cfa14674c6f3cf0aaf.geocode( { 'address': "241 S Main St, Red Bluff, CA 96080, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('red-bluff-CA-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('red-bluff-CA-advance-america'), mapOptions);}document.getElementById('2b743088').innerHTML += ' | View Map';var $lfebc07cfc3cca3cfa14674c6f3cf0aaf = '

Advance America

Address: 241 S Main St, Red Bluff, CA 96080, USA
Phone: (530) 529-0681
';var m_febc07cfc3cca3cfa14674c6f3cf0aaf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_febc07cfc3cca3cfa14674c6f3cf0aaf['infowindow'] = new google.maps.InfoWindow({content: $lfebc07cfc3cca3cfa14674c6f3cf0aaf});var infowindow = new google.maps.InfoWindow({content: $lfebc07cfc3cca3cfa14674c6f3cf0aaf});google.maps.event.addListener(m_febc07cfc3cca3cfa14674c6f3cf0aaf, 'click', function() {infowindow.open(map,m_febc07cfc3cca3cfa14674c6f3cf0aaf);});$marker.push(m_febc07cfc3cca3cfa14674c6f3cf0aaf);}});}google.maps.event.addDomListener(window, 'load', initialize);