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(37.6115,-93.41)};var g_2cfe013ef89fb5609103924f4a26630a = new google.maps.Geocoder();g_2cfe013ef89fb5609103924f4a26630a.geocode( { 'address': "331 S Springfield Ave, Bolivar, MO 65613, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bolivar-MO-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('bolivar-MO-world-finance-corporation'), mapOptions);}document.getElementById('25e7f148').innerHTML += ' | View Map';var $l2cfe013ef89fb5609103924f4a26630a = '

World Finance Corporation

Address: 331 S Springfield Ave, Bolivar, MO 65613, USA
Phone: (417) 777-3111
';var m_2cfe013ef89fb5609103924f4a26630a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_2cfe013ef89fb5609103924f4a26630a['infowindow'] = new google.maps.InfoWindow({content: $l2cfe013ef89fb5609103924f4a26630a});var infowindow = new google.maps.InfoWindow({content: $l2cfe013ef89fb5609103924f4a26630a});google.maps.event.addListener(m_2cfe013ef89fb5609103924f4a26630a, 'click', function() {infowindow.open(map,m_2cfe013ef89fb5609103924f4a26630a);});$marker.push(m_2cfe013ef89fb5609103924f4a26630a);}});}google.maps.event.addDomListener(window, 'load', initialize);