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.4087,-87.0201)};var g_0655f42519c4849f27c1494fc41e22ff = new google.maps.Geocoder();g_0655f42519c4849f27c1494fc41e22ff.geocode( { 'address': "124 Broad St, Selma, AL 36701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('selma-AL-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('selma-AL-world-finance-corporation'), mapOptions);}document.getElementById('dd13c03a').innerHTML += ' | View Map';var $l0655f42519c4849f27c1494fc41e22ff = '

World Finance Corporation

Address: 124 Broad St, Selma, AL 36701, USA
Phone: (334) 875-5656
';var m_0655f42519c4849f27c1494fc41e22ff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_0655f42519c4849f27c1494fc41e22ff['infowindow'] = new google.maps.InfoWindow({content: $l0655f42519c4849f27c1494fc41e22ff});var infowindow = new google.maps.InfoWindow({content: $l0655f42519c4849f27c1494fc41e22ff});google.maps.event.addListener(m_0655f42519c4849f27c1494fc41e22ff, 'click', function() {infowindow.open(map,m_0655f42519c4849f27c1494fc41e22ff);});$marker.push(m_0655f42519c4849f27c1494fc41e22ff);}});}google.maps.event.addDomListener(window, 'load', initialize);