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.1312,-93.2943)};var g_4b328b4c003fbc5e8db26382f1b39354 = new google.maps.Geocoder();g_4b328b4c003fbc5e8db26382f1b39354.geocode( { 'address': "1720 E Bradford Pkwy, Springfield, MO 65804"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('springfield-MO-the-o-dell-financial-group').style.display = '';map = new google.maps.Map(document.getElementById('springfield-MO-the-o-dell-financial-group'), mapOptions);}document.getElementById('a4794585').innerHTML += ' | View Map';var $l4b328b4c003fbc5e8db26382f1b39354 = '

The O'Dell Financial Group

Address: 1720 E Bradford Pkwy, Springfield, MO 65804
Phone: (417) 883-6680
';var m_4b328b4c003fbc5e8db26382f1b39354 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The O'Dell Financial Group',});m_4b328b4c003fbc5e8db26382f1b39354['infowindow'] = new google.maps.InfoWindow({content: $l4b328b4c003fbc5e8db26382f1b39354});var infowindow = new google.maps.InfoWindow({content: $l4b328b4c003fbc5e8db26382f1b39354});google.maps.event.addListener(m_4b328b4c003fbc5e8db26382f1b39354, 'click', function() {infowindow.open(map,m_4b328b4c003fbc5e8db26382f1b39354);});$marker.push(m_4b328b4c003fbc5e8db26382f1b39354);}});}google.maps.event.addDomListener(window, 'load', initialize);