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(30.5234,-87.8849)};var g_acc7c0cc14f7d27ba6dcbc3698c809ab = new google.maps.Geocoder();g_acc7c0cc14f7d27ba6dcbc3698c809ab.geocode( { 'address': "110 Eastern Shore Shopping Center, Fairhope, AL 36532, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fairhope-AL-always-money').style.display = '';map = new google.maps.Map(document.getElementById('fairhope-AL-always-money'), mapOptions);}document.getElementById('f96589bf').innerHTML += ' | View Map';var $lacc7c0cc14f7d27ba6dcbc3698c809ab = '

Always Money

Address: 110 Eastern Shore Shopping Center, Fairhope, AL 36532, USA
Phone:
';var m_acc7c0cc14f7d27ba6dcbc3698c809ab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Always Money',});m_acc7c0cc14f7d27ba6dcbc3698c809ab['infowindow'] = new google.maps.InfoWindow({content: $lacc7c0cc14f7d27ba6dcbc3698c809ab});var infowindow = new google.maps.InfoWindow({content: $lacc7c0cc14f7d27ba6dcbc3698c809ab});google.maps.event.addListener(m_acc7c0cc14f7d27ba6dcbc3698c809ab, 'click', function() {infowindow.open(map,m_acc7c0cc14f7d27ba6dcbc3698c809ab);});$marker.push(m_acc7c0cc14f7d27ba6dcbc3698c809ab);}});}google.maps.event.addDomListener(window, 'load', initialize);