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(30.1684,-81.6304)};var g_cde88643eea575802e3a9a3dc7136542 = new google.maps.Geocoder();g_cde88643eea575802e3a9a3dc7136542.geocode( { 'address': "11349 San Jose Blvd, Jacksonville, FL 32223, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jacksonville-FL-money-bridge-pawn--loan-inc').style.display = '';map = new google.maps.Map(document.getElementById('jacksonville-FL-money-bridge-pawn--loan-inc'), mapOptions);}document.getElementById('d59570a2').innerHTML += ' | View Map';var $lcde88643eea575802e3a9a3dc7136542 = '

Money Bridge Pawn & Loan, Inc.

Address: 11349 San Jose Blvd, Jacksonville, FL 32223, USA
Phone: (904) 683-9936
';var m_cde88643eea575802e3a9a3dc7136542 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Money Bridge Pawn & Loan, Inc.',});m_cde88643eea575802e3a9a3dc7136542['infowindow'] = new google.maps.InfoWindow({content: $lcde88643eea575802e3a9a3dc7136542});var infowindow = new google.maps.InfoWindow({content: $lcde88643eea575802e3a9a3dc7136542});google.maps.event.addListener(m_cde88643eea575802e3a9a3dc7136542, 'click', function() {infowindow.open(map,m_cde88643eea575802e3a9a3dc7136542);});$marker.push(m_cde88643eea575802e3a9a3dc7136542);}});}google.maps.event.addDomListener(window, 'load', initialize);