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.1388,-93.2824)};var g_7bda457c9196778ecefd84491ee957bd = new google.maps.Geocoder();g_7bda457c9196778ecefd84491ee957bd.geocode( { 'address': "1017 E Republic Rd, Springfield, MO 65807, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('springfield-MO-cu-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('springfield-MO-cu-credit-union'), mapOptions);}document.getElementById('be9e887f').innerHTML += ' | View Map';var $l7bda457c9196778ecefd84491ee957bd = '

CU Credit Union

Address: 1017 E Republic Rd, Springfield, MO 65807, USA
Phone: (417) 865-3912
';var m_7bda457c9196778ecefd84491ee957bd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CU Credit Union',});m_7bda457c9196778ecefd84491ee957bd['infowindow'] = new google.maps.InfoWindow({content: $l7bda457c9196778ecefd84491ee957bd});var infowindow = new google.maps.InfoWindow({content: $l7bda457c9196778ecefd84491ee957bd});google.maps.event.addListener(m_7bda457c9196778ecefd84491ee957bd, 'click', function() {infowindow.open(map,m_7bda457c9196778ecefd84491ee957bd);});$marker.push(m_7bda457c9196778ecefd84491ee957bd);}});}google.maps.event.addDomListener(window, 'load', initialize);