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.4755,-85.0358)};var g_baeabb8ff01160eec0b5db7da2805f57 = new google.maps.Geocoder();g_baeabb8ff01160eec0b5db7da2805f57.geocode( { 'address': "80 W, 80 US Hwy e, Phenix City, AL 36870, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('phenix-city-AL-regional-finance').style.display = '';map = new google.maps.Map(document.getElementById('phenix-city-AL-regional-finance'), mapOptions);}document.getElementById('082779c3').innerHTML += ' | View Map';var $lbaeabb8ff01160eec0b5db7da2805f57 = '

Regional Finance

Address: 80 W, 80 US Hwy e, Phenix City, AL 36870, USA
Phone: (334) 664-9984
';var m_baeabb8ff01160eec0b5db7da2805f57 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regional Finance',});m_baeabb8ff01160eec0b5db7da2805f57['infowindow'] = new google.maps.InfoWindow({content: $lbaeabb8ff01160eec0b5db7da2805f57});var infowindow = new google.maps.InfoWindow({content: $lbaeabb8ff01160eec0b5db7da2805f57});google.maps.event.addListener(m_baeabb8ff01160eec0b5db7da2805f57, 'click', function() {infowindow.open(map,m_baeabb8ff01160eec0b5db7da2805f57);});$marker.push(m_baeabb8ff01160eec0b5db7da2805f57);}});}google.maps.event.addDomListener(window, 'load', initialize);