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(26.7178,-80.1114)};var g_212112eece862ca4a3da112f217288fb = new google.maps.Geocoder();g_212112eece862ca4a3da112f217288fb.geocode( { 'address': "2835 N Military Trl, West Palm Beach, FL 33409, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-palm-beach-FL-checksmart').style.display = '';map = new google.maps.Map(document.getElementById('west-palm-beach-FL-checksmart'), mapOptions);}document.getElementById('31d54afa').innerHTML += ' | View Map';var $l212112eece862ca4a3da112f217288fb = '

CheckSmart

Address: 2835 N Military Trl, West Palm Beach, FL 33409, USA
Phone: (561) 242-0408
';var m_212112eece862ca4a3da112f217288fb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CheckSmart',});m_212112eece862ca4a3da112f217288fb['infowindow'] = new google.maps.InfoWindow({content: $l212112eece862ca4a3da112f217288fb});var infowindow = new google.maps.InfoWindow({content: $l212112eece862ca4a3da112f217288fb});google.maps.event.addListener(m_212112eece862ca4a3da112f217288fb, 'click', function() {infowindow.open(map,m_212112eece862ca4a3da112f217288fb);});$marker.push(m_212112eece862ca4a3da112f217288fb);}});}google.maps.event.addDomListener(window, 'load', initialize);