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.5344,-97.9541)};var g_a157f5740fef18518eb15501365f8f20 = new google.maps.Geocoder();g_a157f5740fef18518eb15501365f8f20.geocode( { 'address': "213 N Bickford Ave, El Reno, OK 73036, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('el-reno-OK-tower-loan').style.display = '';map = new google.maps.Map(document.getElementById('el-reno-OK-tower-loan'), mapOptions);}document.getElementById('2dbf70f9').innerHTML += ' | View Map';var $la157f5740fef18518eb15501365f8f20 = '

Tower Loan

Address: 213 N Bickford Ave, El Reno, OK 73036, USA
Phone: (405) 422-3102
';var m_a157f5740fef18518eb15501365f8f20 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tower Loan',});m_a157f5740fef18518eb15501365f8f20['infowindow'] = new google.maps.InfoWindow({content: $la157f5740fef18518eb15501365f8f20});var infowindow = new google.maps.InfoWindow({content: $la157f5740fef18518eb15501365f8f20});google.maps.event.addListener(m_a157f5740fef18518eb15501365f8f20, 'click', function() {infowindow.open(map,m_a157f5740fef18518eb15501365f8f20);});$marker.push(m_a157f5740fef18518eb15501365f8f20);}});}google.maps.event.addDomListener(window, 'load', initialize);