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.9156,-82.7987)};var g_3367b557da3cd3ce928461613980a77c = new google.maps.Geocoder();g_3367b557da3cd3ce928461613980a77c.geocode( { 'address': "877 W Bay Dr, Largo, FL 33770, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('largo-FL-vincents-coin-and-jewelry').style.display = '';map = new google.maps.Map(document.getElementById('largo-FL-vincents-coin-and-jewelry'), mapOptions);}document.getElementById('2fd13baf').innerHTML += ' | View Map';var $l3367b557da3cd3ce928461613980a77c = '

Vincents Coin and Jewelry

Address: 877 W Bay Dr, Largo, FL 33770, USA
Phone: (727) 242-2006
';var m_3367b557da3cd3ce928461613980a77c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Vincents Coin and Jewelry',});m_3367b557da3cd3ce928461613980a77c['infowindow'] = new google.maps.InfoWindow({content: $l3367b557da3cd3ce928461613980a77c});var infowindow = new google.maps.InfoWindow({content: $l3367b557da3cd3ce928461613980a77c});google.maps.event.addListener(m_3367b557da3cd3ce928461613980a77c, 'click', function() {infowindow.open(map,m_3367b557da3cd3ce928461613980a77c);});$marker.push(m_3367b557da3cd3ce928461613980a77c);}});}google.maps.event.addDomListener(window, 'load', initialize);