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.1398,-96.1089)};var g_ac3811a6c6bb180aa7db3e94fdab42cc = new google.maps.Geocoder();g_ac3811a6c6bb180aa7db3e94fdab42cc.geocode( { 'address': "Sand Springs, OK 74063, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sand-springs-OK-tower-loan').style.display = '';map = new google.maps.Map(document.getElementById('sand-springs-OK-tower-loan'), mapOptions);}document.getElementById('e83933e8').innerHTML += ' | View Map';var $lac3811a6c6bb180aa7db3e94fdab42cc = '

Tower Loan

Address: Sand Springs, OK 74063, USA
Phone: (918) 241-2274
';var m_ac3811a6c6bb180aa7db3e94fdab42cc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tower Loan',});m_ac3811a6c6bb180aa7db3e94fdab42cc['infowindow'] = new google.maps.InfoWindow({content: $lac3811a6c6bb180aa7db3e94fdab42cc});var infowindow = new google.maps.InfoWindow({content: $lac3811a6c6bb180aa7db3e94fdab42cc});google.maps.event.addListener(m_ac3811a6c6bb180aa7db3e94fdab42cc, 'click', function() {infowindow.open(map,m_ac3811a6c6bb180aa7db3e94fdab42cc);});$marker.push(m_ac3811a6c6bb180aa7db3e94fdab42cc);}});}google.maps.event.addDomListener(window, 'load', initialize);