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.4423,-87.6838)};var g_807530a2356f114db0ec3acb1e30dcae = new google.maps.Geocoder();g_807530a2356f114db0ec3acb1e30dcae.geocode( { 'address': "14923 AL-59 d, Foley, AL 36535, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('foley-AL-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('foley-AL-world-finance-corporation'), mapOptions);}document.getElementById('b6740d30').innerHTML += ' | View Map';var $l807530a2356f114db0ec3acb1e30dcae = '

World Finance Corporation

Address: 14923 AL-59 d, Foley, AL 36535, USA
Phone: (251) 943-3834
';var m_807530a2356f114db0ec3acb1e30dcae = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_807530a2356f114db0ec3acb1e30dcae['infowindow'] = new google.maps.InfoWindow({content: $l807530a2356f114db0ec3acb1e30dcae});var infowindow = new google.maps.InfoWindow({content: $l807530a2356f114db0ec3acb1e30dcae});google.maps.event.addListener(m_807530a2356f114db0ec3acb1e30dcae, 'click', function() {infowindow.open(map,m_807530a2356f114db0ec3acb1e30dcae);});$marker.push(m_807530a2356f114db0ec3acb1e30dcae);}});}google.maps.event.addDomListener(window, 'load', initialize);