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.5326,-97.9523)};var g_bcfcd28386825c63b4bf03cd90582cab = new google.maps.Geocoder();g_bcfcd28386825c63b4bf03cd90582cab.geocode( { 'address': "101 S Rock Island Ave, El Reno, OK 73036, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('el-reno-OK-local-loan--investment-co').style.display = '';map = new google.maps.Map(document.getElementById('el-reno-OK-local-loan--investment-co'), mapOptions);}document.getElementById('191a8bd6').innerHTML += ' | View Map';var $lbcfcd28386825c63b4bf03cd90582cab = '

Local Loan & Investment Co

Address: 101 S Rock Island Ave, El Reno, OK 73036, USA
Phone: (405) 262-5122
';var m_bcfcd28386825c63b4bf03cd90582cab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Local Loan & Investment Co',});m_bcfcd28386825c63b4bf03cd90582cab['infowindow'] = new google.maps.InfoWindow({content: $lbcfcd28386825c63b4bf03cd90582cab});var infowindow = new google.maps.InfoWindow({content: $lbcfcd28386825c63b4bf03cd90582cab});google.maps.event.addListener(m_bcfcd28386825c63b4bf03cd90582cab, 'click', function() {infowindow.open(map,m_bcfcd28386825c63b4bf03cd90582cab);});$marker.push(m_bcfcd28386825c63b4bf03cd90582cab);}});}google.maps.event.addDomListener(window, 'load', initialize);