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(27.8965,-81.829)};var g_e820a45f1dfc7b95282d10b6087e11c0 = new google.maps.Geocoder();g_e820a45f1dfc7b95282d10b6087e11c0.geocode( { 'address': "1395 E Main St, Bartow, FL 33830, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bartow-FL-a-plus-pawn-shop').style.display = '';map = new google.maps.Map(document.getElementById('bartow-FL-a-plus-pawn-shop'), mapOptions);}document.getElementById('cc80bf1c').innerHTML += ' | View Map';var $le820a45f1dfc7b95282d10b6087e11c0 = '

A Plus Pawn Shop

Address: 1395 E Main St, Bartow, FL 33830, USA
Phone: (863) 248-7278
';var m_e820a45f1dfc7b95282d10b6087e11c0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'A Plus Pawn Shop',});m_e820a45f1dfc7b95282d10b6087e11c0['infowindow'] = new google.maps.InfoWindow({content: $le820a45f1dfc7b95282d10b6087e11c0});var infowindow = new google.maps.InfoWindow({content: $le820a45f1dfc7b95282d10b6087e11c0});google.maps.event.addListener(m_e820a45f1dfc7b95282d10b6087e11c0, 'click', function() {infowindow.open(map,m_e820a45f1dfc7b95282d10b6087e11c0);});$marker.push(m_e820a45f1dfc7b95282d10b6087e11c0);}});}google.maps.event.addDomListener(window, 'load', initialize);