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.5115,-97.5858)};var g_37f8cd10b5e8a14c414dee5379442662 = new google.maps.Geocoder();g_37f8cd10b5e8a14c414dee5379442662.geocode( { 'address': "2239 NW 39th St #300, Oklahoma City, OK 73112, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oklahoma-city-OK-1-800-wepayfast').style.display = '';map = new google.maps.Map(document.getElementById('oklahoma-city-OK-1-800-wepayfast'), mapOptions);}document.getElementById('dcb28d08').innerHTML += ' | View Map';var $l37f8cd10b5e8a14c414dee5379442662 = '

1-800-WePayFast

Address: 2239 NW 39th St #300, Oklahoma City, OK 73112, USA
Phone: (800) 937-2932
';var m_37f8cd10b5e8a14c414dee5379442662 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1-800-WePayFast',});m_37f8cd10b5e8a14c414dee5379442662['infowindow'] = new google.maps.InfoWindow({content: $l37f8cd10b5e8a14c414dee5379442662});var infowindow = new google.maps.InfoWindow({content: $l37f8cd10b5e8a14c414dee5379442662});google.maps.event.addListener(m_37f8cd10b5e8a14c414dee5379442662, 'click', function() {infowindow.open(map,m_37f8cd10b5e8a14c414dee5379442662);});$marker.push(m_37f8cd10b5e8a14c414dee5379442662);}});}google.maps.event.addDomListener(window, 'load', initialize);