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(47.5671,-122.654)};var g_0ff4943a27485d1ec2b5e2cbad13fa83 = new google.maps.Geocoder();g_0ff4943a27485d1ec2b5e2cbad13fa83.geocode( { 'address': "347 N Callow Ave, Bremerton, WA 98312, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bremerton-WA-daves-loans--guns').style.display = '';map = new google.maps.Map(document.getElementById('bremerton-WA-daves-loans--guns'), mapOptions);}document.getElementById('b0d0f4bb').innerHTML += ' | View Map';var $l0ff4943a27485d1ec2b5e2cbad13fa83 = '

Dave's Loans & Guns

Address: 347 N Callow Ave, Bremerton, WA 98312, USA
Phone: (360) 377-0391
';var m_0ff4943a27485d1ec2b5e2cbad13fa83 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dave's Loans & Guns',});m_0ff4943a27485d1ec2b5e2cbad13fa83['infowindow'] = new google.maps.InfoWindow({content: $l0ff4943a27485d1ec2b5e2cbad13fa83});var infowindow = new google.maps.InfoWindow({content: $l0ff4943a27485d1ec2b5e2cbad13fa83});google.maps.event.addListener(m_0ff4943a27485d1ec2b5e2cbad13fa83, 'click', function() {infowindow.open(map,m_0ff4943a27485d1ec2b5e2cbad13fa83);});$marker.push(m_0ff4943a27485d1ec2b5e2cbad13fa83);}});}google.maps.event.addDomListener(window, 'load', initialize);