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_1387a00f03b4b423e63127b08c261bdc = new google.maps.Geocoder();g_1387a00f03b4b423e63127b08c261bdc.geocode( { 'address': "1770 W Sunset St, Springfield, MO 65807"}, 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('b58477c3').innerHTML += ' | View Map';var $l1387a00f03b4b423e63127b08c261bdc = '

BluCurrent Credit Union

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