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.1663,-93.3154)};var g_2698be988fc92dfb39c34d9e7d4aa1d1 = new google.maps.Geocoder();g_2698be988fc92dfb39c34d9e7d4aa1d1.geocode( { 'address': "1770 W Sunset St, Springfield, MO 65807, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('springfield-MO-blucurrent-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('springfield-MO-blucurrent-credit-union'), mapOptions);}document.getElementById('7a842520').innerHTML += ' | View Map';var $l2698be988fc92dfb39c34d9e7d4aa1d1 = '

BluCurrent Credit Union

Address: 1770 W Sunset St, Springfield, MO 65807, USA
Phone: (417) 887-1983
';var m_2698be988fc92dfb39c34d9e7d4aa1d1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BluCurrent Credit Union',});m_2698be988fc92dfb39c34d9e7d4aa1d1['infowindow'] = new google.maps.InfoWindow({content: $l2698be988fc92dfb39c34d9e7d4aa1d1});var infowindow = new google.maps.InfoWindow({content: $l2698be988fc92dfb39c34d9e7d4aa1d1});google.maps.event.addListener(m_2698be988fc92dfb39c34d9e7d4aa1d1, 'click', function() {infowindow.open(map,m_2698be988fc92dfb39c34d9e7d4aa1d1);});$marker.push(m_2698be988fc92dfb39c34d9e7d4aa1d1);}});}google.maps.event.addDomListener(window, 'load', initialize);