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.471,-85.0107)};var g_241c2c0d8f63e5a7a8b455939347fff2 = new google.maps.Geocoder();g_241c2c0d8f63e5a7a8b455939347fff2.geocode( { 'address': "804 13th St, Phenix City, AL 36867, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('phenix-city-AL-state-loan--finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('phenix-city-AL-state-loan--finance-corporation'), mapOptions);}document.getElementById('c83a8c57').innerHTML += ' | View Map';var $l241c2c0d8f63e5a7a8b455939347fff2 = '

State Loan & Finance Corporation

Address: 804 13th St, Phenix City, AL 36867, USA
Phone: (334) 297-1358
';var m_241c2c0d8f63e5a7a8b455939347fff2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Loan & Finance Corporation',});m_241c2c0d8f63e5a7a8b455939347fff2['infowindow'] = new google.maps.InfoWindow({content: $l241c2c0d8f63e5a7a8b455939347fff2});var infowindow = new google.maps.InfoWindow({content: $l241c2c0d8f63e5a7a8b455939347fff2});google.maps.event.addListener(m_241c2c0d8f63e5a7a8b455939347fff2, 'click', function() {infowindow.open(map,m_241c2c0d8f63e5a7a8b455939347fff2);});$marker.push(m_241c2c0d8f63e5a7a8b455939347fff2);}});}google.maps.event.addDomListener(window, 'load', initialize);