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(36.0723,-95.902)};var g_8dbe04e6729d3ad849851fa2c1fcaf80 = new google.maps.Geocoder();g_8dbe04e6729d3ad849851fa2c1fcaf80.geocode( { 'address': "108 E 8th St, Tulsa, OK 74119"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tulsa-OK-communication-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('tulsa-OK-communication-federal-credit-union'), mapOptions);}document.getElementById('84db6d1b').innerHTML += ' | View Map';var $l8dbe04e6729d3ad849851fa2c1fcaf80 = '

Communication Federal Credit Union

Address: 108 E 8th St, Tulsa, OK 74119
Phone: (918) 591-5500
';var m_8dbe04e6729d3ad849851fa2c1fcaf80 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Communication Federal Credit Union',});m_8dbe04e6729d3ad849851fa2c1fcaf80['infowindow'] = new google.maps.InfoWindow({content: $l8dbe04e6729d3ad849851fa2c1fcaf80});var infowindow = new google.maps.InfoWindow({content: $l8dbe04e6729d3ad849851fa2c1fcaf80});google.maps.event.addListener(m_8dbe04e6729d3ad849851fa2c1fcaf80, 'click', function() {infowindow.open(map,m_8dbe04e6729d3ad849851fa2c1fcaf80);});$marker.push(m_8dbe04e6729d3ad849851fa2c1fcaf80);}});}google.maps.event.addDomListener(window, 'load', initialize);