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(31.1195,-97.8796)};var g_8d38b867b493d8ae078b2d161e0ae44d = new google.maps.Geocoder();g_8d38b867b493d8ae078b2d161e0ae44d.geocode( { 'address': "811 Martin Luther King Jr Dr, Copperas Cove, TX 76522, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('copperas-cove-TX-covenant-savings-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('copperas-cove-TX-covenant-savings-federal-cu'), mapOptions);}document.getElementById('314b2f5b').innerHTML += ' | View Map';var $l8d38b867b493d8ae078b2d161e0ae44d = '

Covenant Savings Federal CU

Address: 811 Martin Luther King Jr Dr, Copperas Cove, TX 76522, USA
Phone: (254) 547-4918
';var m_8d38b867b493d8ae078b2d161e0ae44d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Covenant Savings Federal CU',});m_8d38b867b493d8ae078b2d161e0ae44d['infowindow'] = new google.maps.InfoWindow({content: $l8d38b867b493d8ae078b2d161e0ae44d});var infowindow = new google.maps.InfoWindow({content: $l8d38b867b493d8ae078b2d161e0ae44d});google.maps.event.addListener(m_8d38b867b493d8ae078b2d161e0ae44d, 'click', function() {infowindow.open(map,m_8d38b867b493d8ae078b2d161e0ae44d);});$marker.push(m_8d38b867b493d8ae078b2d161e0ae44d);}});}google.maps.event.addDomListener(window, 'load', initialize);