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.1513,-93.2577)};var g_d3f732b3083d46e3ccca1bb8fdaaebf3 = new google.maps.Geocoder();g_d3f732b3083d46e3ccca1bb8fdaaebf3.geocode( { 'address': "3416 S Glenstone Ave, Springfield, MO 65804, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('springfield-MO-bank-of-america-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('springfield-MO-bank-of-america-mortgage'), mapOptions);}document.getElementById('b6f6d352').innerHTML += ' | View Map';var $ld3f732b3083d46e3ccca1bb8fdaaebf3 = '

Bank of America Mortgage

Address: 3416 S Glenstone Ave, Springfield, MO 65804, USA
Phone: (417) 886-9494
';var m_d3f732b3083d46e3ccca1bb8fdaaebf3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Mortgage',});m_d3f732b3083d46e3ccca1bb8fdaaebf3['infowindow'] = new google.maps.InfoWindow({content: $ld3f732b3083d46e3ccca1bb8fdaaebf3});var infowindow = new google.maps.InfoWindow({content: $ld3f732b3083d46e3ccca1bb8fdaaebf3});google.maps.event.addListener(m_d3f732b3083d46e3ccca1bb8fdaaebf3, 'click', function() {infowindow.open(map,m_d3f732b3083d46e3ccca1bb8fdaaebf3);});$marker.push(m_d3f732b3083d46e3ccca1bb8fdaaebf3);}});}google.maps.event.addDomListener(window, 'load', initialize);