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(35.7446,-95.3408)};var g_cb7115c64b01cda6dcd8bb52a2569c7d = new google.maps.Geocoder();g_cb7115c64b01cda6dcd8bb52a2569c7d.geocode( { 'address': "601 N York St, Muskogee, OK 74403, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('muskogee-OK-communication-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('muskogee-OK-communication-credit-union'), mapOptions);}document.getElementById('600673ff').innerHTML += ' | View Map';var $lcb7115c64b01cda6dcd8bb52a2569c7d = '

Communication Credit Union

Address: 601 N York St, Muskogee, OK 74403, USA
Phone: (918) 682-4333
';var m_cb7115c64b01cda6dcd8bb52a2569c7d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Communication Credit Union',});m_cb7115c64b01cda6dcd8bb52a2569c7d['infowindow'] = new google.maps.InfoWindow({content: $lcb7115c64b01cda6dcd8bb52a2569c7d});var infowindow = new google.maps.InfoWindow({content: $lcb7115c64b01cda6dcd8bb52a2569c7d});google.maps.event.addListener(m_cb7115c64b01cda6dcd8bb52a2569c7d, 'click', function() {infowindow.open(map,m_cb7115c64b01cda6dcd8bb52a2569c7d);});$marker.push(m_cb7115c64b01cda6dcd8bb52a2569c7d);}});}google.maps.event.addDomListener(window, 'load', initialize);