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_10407fa0ad009ad32a94772cb1bccf00 = new google.maps.Geocoder();g_10407fa0ad009ad32a94772cb1bccf00.geocode( { 'address': "815 W Tampa St, Springfield, MO 65802"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('springfield-MO-community-financial-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('springfield-MO-community-financial-credit-union'), mapOptions);}document.getElementById('67fbf2d9').innerHTML += ' | View Map';var $l10407fa0ad009ad32a94772cb1bccf00 = '

Community Financial Credit Union

Address: 815 W Tampa St, Springfield, MO 65802
Phone: (417) 862-0471
';var m_10407fa0ad009ad32a94772cb1bccf00 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Financial Credit Union',});m_10407fa0ad009ad32a94772cb1bccf00['infowindow'] = new google.maps.InfoWindow({content: $l10407fa0ad009ad32a94772cb1bccf00});var infowindow = new google.maps.InfoWindow({content: $l10407fa0ad009ad32a94772cb1bccf00});google.maps.event.addListener(m_10407fa0ad009ad32a94772cb1bccf00, 'click', function() {infowindow.open(map,m_10407fa0ad009ad32a94772cb1bccf00);});$marker.push(m_10407fa0ad009ad32a94772cb1bccf00);}});}google.maps.event.addDomListener(window, 'load', initialize);