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.5285,-80.0657)};var g_19bc302af9c5056c233dc2305619041d = new google.maps.Geocoder();g_19bc302af9c5056c233dc2305619041d.geocode( { 'address': "138 W Boynton Beach Blvd, Boynton Beach, FL 33435, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boynton-beach-FL-check-cashing-usa').style.display = '';map = new google.maps.Map(document.getElementById('boynton-beach-FL-check-cashing-usa'), mapOptions);}document.getElementById('9d5aa264').innerHTML += ' | View Map';var $l19bc302af9c5056c233dc2305619041d = '

Check Cashing USA

Address: 138 W Boynton Beach Blvd, Boynton Beach, FL 33435, USA
Phone: (561) 572-2888
';var m_19bc302af9c5056c233dc2305619041d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Cashing USA',});m_19bc302af9c5056c233dc2305619041d['infowindow'] = new google.maps.InfoWindow({content: $l19bc302af9c5056c233dc2305619041d});var infowindow = new google.maps.InfoWindow({content: $l19bc302af9c5056c233dc2305619041d});google.maps.event.addListener(m_19bc302af9c5056c233dc2305619041d, 'click', function() {infowindow.open(map,m_19bc302af9c5056c233dc2305619041d);});$marker.push(m_19bc302af9c5056c233dc2305619041d);}});}google.maps.event.addDomListener(window, 'load', initialize);