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(38.5776,-92.2144)};var g_4fb6455e0132c79627e7ef6606d20016 = new google.maps.Geocoder();g_4fb6455e0132c79627e7ef6606d20016.geocode( { 'address': "2422 Hyde Park Rd, Jefferson City, MO 65109, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jefferson-city-MO-kilowatt-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('jefferson-city-MO-kilowatt-credit-union'), mapOptions);}document.getElementById('fb26e71b').innerHTML += ' | View Map';var $l4fb6455e0132c79627e7ef6606d20016 = '

Kilowatt Credit Union

Address: 2422 Hyde Park Rd, Jefferson City, MO 65109, USA
Phone: (573) 635-2685
';var m_4fb6455e0132c79627e7ef6606d20016 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kilowatt Credit Union',});m_4fb6455e0132c79627e7ef6606d20016['infowindow'] = new google.maps.InfoWindow({content: $l4fb6455e0132c79627e7ef6606d20016});var infowindow = new google.maps.InfoWindow({content: $l4fb6455e0132c79627e7ef6606d20016});google.maps.event.addListener(m_4fb6455e0132c79627e7ef6606d20016, 'click', function() {infowindow.open(map,m_4fb6455e0132c79627e7ef6606d20016);});$marker.push(m_4fb6455e0132c79627e7ef6606d20016);}});}google.maps.event.addDomListener(window, 'load', initialize);