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.656,-95.1143)};var g_44ae89d55000adae176d4454023c237c = new google.maps.Geocoder();g_44ae89d55000adae176d4454023c237c.geocode( { 'address': "442586 E 250 Rd, Vinita, OK 74301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vinita-OK-oecu---oklahoma-employees-credit-union---vinita-branch').style.display = '';map = new google.maps.Map(document.getElementById('vinita-OK-oecu---oklahoma-employees-credit-union---vinita-branch'), mapOptions);}document.getElementById('c6b799e7').innerHTML += ' | View Map';var $l44ae89d55000adae176d4454023c237c = '

OECU - Oklahoma Employees Credit Union - Vinita Branch

Address: 442586 E 250 Rd, Vinita, OK 74301, USA
Phone: (918) 256-3248
';var m_44ae89d55000adae176d4454023c237c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OECU - Oklahoma Employees Credit Union - Vinita Branch',});m_44ae89d55000adae176d4454023c237c['infowindow'] = new google.maps.InfoWindow({content: $l44ae89d55000adae176d4454023c237c});var infowindow = new google.maps.InfoWindow({content: $l44ae89d55000adae176d4454023c237c});google.maps.event.addListener(m_44ae89d55000adae176d4454023c237c, 'click', function() {infowindow.open(map,m_44ae89d55000adae176d4454023c237c);});$marker.push(m_44ae89d55000adae176d4454023c237c);}});}google.maps.event.addDomListener(window, 'load', initialize);