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.5339,-97.9535)};var g_18914b57eb1423dfcd85caf493c0ad22 = new google.maps.Geocoder();g_18914b57eb1423dfcd85caf493c0ad22.geocode( { 'address': "116 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-western-shamrock-finance').style.display = '';map = new google.maps.Map(document.getElementById('el-reno-OK-western-shamrock-finance'), mapOptions);}document.getElementById('dd54d8cf').innerHTML += ' | View Map';var $l18914b57eb1423dfcd85caf493c0ad22 = '

Western-Shamrock Finance

Address: 116 N Bickford Ave, El Reno, OK 73036, USA
Phone: (405) 262-4444
';var m_18914b57eb1423dfcd85caf493c0ad22 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western-Shamrock Finance',});m_18914b57eb1423dfcd85caf493c0ad22['infowindow'] = new google.maps.InfoWindow({content: $l18914b57eb1423dfcd85caf493c0ad22});var infowindow = new google.maps.InfoWindow({content: $l18914b57eb1423dfcd85caf493c0ad22});google.maps.event.addListener(m_18914b57eb1423dfcd85caf493c0ad22, 'click', function() {infowindow.open(map,m_18914b57eb1423dfcd85caf493c0ad22);});$marker.push(m_18914b57eb1423dfcd85caf493c0ad22);}});}google.maps.event.addDomListener(window, 'load', initialize);