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(40.6955,-73.9927)};var g_9154498493d8e734d9c7489c2b6b26d7 = new google.maps.Geocoder();g_9154498493d8e734d9c7489c2b6b26d7.geocode( { 'address': "593 Myrtle Ave, Brooklyn, NY 11205"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brooklyn-NY-pay-o-matic-check-cashing-corporation').style.display = '';map = new google.maps.Map(document.getElementById('brooklyn-NY-pay-o-matic-check-cashing-corporation'), mapOptions);}document.getElementById('c26a6ab1').innerHTML += ' | View Map';var $l9154498493d8e734d9c7489c2b6b26d7 = '

Pay-O-Matic Check Cashing Corporation

Address: 593 Myrtle Ave, Brooklyn, NY 11205
Phone: (718) 398-6510
';var m_9154498493d8e734d9c7489c2b6b26d7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pay-O-Matic Check Cashing Corporation',});m_9154498493d8e734d9c7489c2b6b26d7['infowindow'] = new google.maps.InfoWindow({content: $l9154498493d8e734d9c7489c2b6b26d7});var infowindow = new google.maps.InfoWindow({content: $l9154498493d8e734d9c7489c2b6b26d7});google.maps.event.addListener(m_9154498493d8e734d9c7489c2b6b26d7, 'click', function() {infowindow.open(map,m_9154498493d8e734d9c7489c2b6b26d7);});$marker.push(m_9154498493d8e734d9c7489c2b6b26d7);}});}google.maps.event.addDomListener(window, 'load', initialize);