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.6104,-93.409)};var g_4247804dcfc6fb2e82cc84299f01728e = new google.maps.Geocoder();g_4247804dcfc6fb2e82cc84299f01728e.geocode( { 'address': "471 S Springfield Ave, Bolivar, MO 65613, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bolivar-MO-the-paul-long-agency').style.display = '';map = new google.maps.Map(document.getElementById('bolivar-MO-the-paul-long-agency'), mapOptions);}document.getElementById('b32a6c66').innerHTML += ' | View Map';var $l4247804dcfc6fb2e82cc84299f01728e = '

The Paul Long Agency

Address: 471 S Springfield Ave, Bolivar, MO 65613, USA
Phone: (417) 777-5664
';var m_4247804dcfc6fb2e82cc84299f01728e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Paul Long Agency',});m_4247804dcfc6fb2e82cc84299f01728e['infowindow'] = new google.maps.InfoWindow({content: $l4247804dcfc6fb2e82cc84299f01728e});var infowindow = new google.maps.InfoWindow({content: $l4247804dcfc6fb2e82cc84299f01728e});google.maps.event.addListener(m_4247804dcfc6fb2e82cc84299f01728e, 'click', function() {infowindow.open(map,m_4247804dcfc6fb2e82cc84299f01728e);});$marker.push(m_4247804dcfc6fb2e82cc84299f01728e);}});}google.maps.event.addDomListener(window, 'load', initialize);