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.9983,-96.0994)};var g_a4ab8d7be3c6bec383cd2d381e005af4 = new google.maps.Geocoder();g_a4ab8d7be3c6bec383cd2d381e005af4.geocode( { 'address': "1039 E Lee Ave, Sapulpa, OK 74066, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sapulpa-OK-profit-solutions-inc').style.display = '';map = new google.maps.Map(document.getElementById('sapulpa-OK-profit-solutions-inc'), mapOptions);}document.getElementById('f2c2b282').innerHTML += ' | View Map';var $la4ab8d7be3c6bec383cd2d381e005af4 = '

Profit Solutions, Inc.

Address: 1039 E Lee Ave, Sapulpa, OK 74066, USA
Phone: (918) 224-4878
';var m_a4ab8d7be3c6bec383cd2d381e005af4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Profit Solutions, Inc.',});m_a4ab8d7be3c6bec383cd2d381e005af4['infowindow'] = new google.maps.InfoWindow({content: $la4ab8d7be3c6bec383cd2d381e005af4});var infowindow = new google.maps.InfoWindow({content: $la4ab8d7be3c6bec383cd2d381e005af4});google.maps.event.addListener(m_a4ab8d7be3c6bec383cd2d381e005af4, 'click', function() {infowindow.open(map,m_a4ab8d7be3c6bec383cd2d381e005af4);});$marker.push(m_a4ab8d7be3c6bec383cd2d381e005af4);}});}google.maps.event.addDomListener(window, 'load', initialize);