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.6042,-85.4784)};var g_d78c7ea7c8c149904c3ef11359bdaa4e = new google.maps.Geocoder();g_d78c7ea7c8c149904c3ef11359bdaa4e.geocode( { 'address': "305 E Thach Ave h, Auburn, AL 36830, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('auburn-AL-gulf-states-financial').style.display = '';map = new google.maps.Map(document.getElementById('auburn-AL-gulf-states-financial'), mapOptions);}document.getElementById('2d7dafa1').innerHTML += ' | View Map';var $ld78c7ea7c8c149904c3ef11359bdaa4e = '

Gulf States Financial

Address: 305 E Thach Ave h, Auburn, AL 36830, USA
Phone: (205) 588-0672
';var m_d78c7ea7c8c149904c3ef11359bdaa4e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gulf States Financial',});m_d78c7ea7c8c149904c3ef11359bdaa4e['infowindow'] = new google.maps.InfoWindow({content: $ld78c7ea7c8c149904c3ef11359bdaa4e});var infowindow = new google.maps.InfoWindow({content: $ld78c7ea7c8c149904c3ef11359bdaa4e});google.maps.event.addListener(m_d78c7ea7c8c149904c3ef11359bdaa4e, 'click', function() {infowindow.open(map,m_d78c7ea7c8c149904c3ef11359bdaa4e);});$marker.push(m_d78c7ea7c8c149904c3ef11359bdaa4e);}});}google.maps.event.addDomListener(window, 'load', initialize);