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.1417,-93.2633)};var g_e196865b9abdb3178259863d38134fba = new google.maps.Geocoder();g_e196865b9abdb3178259863d38134fba.geocode( { 'address': "1776 E Independence St, Springfield, MO 65804, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('springfield-MO-assemblies-of-god-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('springfield-MO-assemblies-of-god-credit-union'), mapOptions);}document.getElementById('8879c913').innerHTML += ' | View Map';var $le196865b9abdb3178259863d38134fba = '

Assemblies of God Credit Union

Address: 1776 E Independence St, Springfield, MO 65804, USA
Phone: (417) 889-1394
';var m_e196865b9abdb3178259863d38134fba = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Assemblies of God Credit Union',});m_e196865b9abdb3178259863d38134fba['infowindow'] = new google.maps.InfoWindow({content: $le196865b9abdb3178259863d38134fba});var infowindow = new google.maps.InfoWindow({content: $le196865b9abdb3178259863d38134fba});google.maps.event.addListener(m_e196865b9abdb3178259863d38134fba, 'click', function() {infowindow.open(map,m_e196865b9abdb3178259863d38134fba);});$marker.push(m_e196865b9abdb3178259863d38134fba);}});}google.maps.event.addDomListener(window, 'load', initialize);