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.6097,-95.9598)};var g_1825f91259c0674ad02c337c90e836e1 = new google.maps.Geocoder();g_1825f91259c0674ad02c337c90e836e1.geocode( { 'address': "1000 E 20th St, Okmulgee, OK 74447, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('okmulgee-OK-first-family-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('okmulgee-OK-first-family-federal-credit-union'), mapOptions);}document.getElementById('e1af8cee').innerHTML += ' | View Map';var $l1825f91259c0674ad02c337c90e836e1 = '

First Family Federal Credit Union

Address: 1000 E 20th St, Okmulgee, OK 74447, USA
Phone: (918) 756-8500
';var m_1825f91259c0674ad02c337c90e836e1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Family Federal Credit Union',});m_1825f91259c0674ad02c337c90e836e1['infowindow'] = new google.maps.InfoWindow({content: $l1825f91259c0674ad02c337c90e836e1});var infowindow = new google.maps.InfoWindow({content: $l1825f91259c0674ad02c337c90e836e1});google.maps.event.addListener(m_1825f91259c0674ad02c337c90e836e1, 'click', function() {infowindow.open(map,m_1825f91259c0674ad02c337c90e836e1);});$marker.push(m_1825f91259c0674ad02c337c90e836e1);}});}google.maps.event.addDomListener(window, 'load', initialize);