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(39.8664,-84.293)};var g_a52f2752a2460ec81347461e05d4b45b = new google.maps.Geocoder();g_a52f2752a2460ec81347461e05d4b45b.geocode( { 'address': "701 Taywood Rd, Englewood, OH 45322, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('englewood-OH-gem-city-pawn--loan').style.display = '';map = new google.maps.Map(document.getElementById('englewood-OH-gem-city-pawn--loan'), mapOptions);}document.getElementById('6016e307').innerHTML += ' | View Map';var $la52f2752a2460ec81347461e05d4b45b = '

Gem City Pawn & Loan

Address: 701 Taywood Rd, Englewood, OH 45322, USA
Phone: (937) 540-9436
';var m_a52f2752a2460ec81347461e05d4b45b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gem City Pawn & Loan',});m_a52f2752a2460ec81347461e05d4b45b['infowindow'] = new google.maps.InfoWindow({content: $la52f2752a2460ec81347461e05d4b45b});var infowindow = new google.maps.InfoWindow({content: $la52f2752a2460ec81347461e05d4b45b});google.maps.event.addListener(m_a52f2752a2460ec81347461e05d4b45b, 'click', function() {infowindow.open(map,m_a52f2752a2460ec81347461e05d4b45b);});$marker.push(m_a52f2752a2460ec81347461e05d4b45b);}});}google.maps.event.addDomListener(window, 'load', initialize);